home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Moscow ML 1.31 / source code / mosml / src / mosmllib / test / test.sml.dos < prev    next >
Encoding:
Text File  |  1996-07-03  |  379 b   |  26 lines  |  [TEXT/R*ch]

  1. app use
  2. ["array.sml",
  3.  "array2.sml",
  4.  "arraysort.sml",
  5.  "bytechar.sml",
  6.  "date.sml",
  7.  "filesys.sml",
  8.  "integer.sml",
  9.  "list.sml",
  10.  "listpair.sml",
  11.  "listsort.sml",
  12.  "math.sml",
  13.  "real.sml",
  14.  "string.sml",
  15.  "substring.sml",
  16.  "time.sml",
  17.  "timer.sml",
  18.  "dospath.sml",
  19.  "vector.sml",
  20.  "word.sml",
  21.  "word8.sml",
  22.  "word8array.sml",
  23.  "word8vector.sml"];
  24.  
  25. Process.exit Process.success;
  26.